[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
##############################################################################
###+------------+#############################################################
#+-| CURSOR_OFF |---------------------------------------+#####################
#| +------------+ Prevents display of the screen cursor |#####################
#+------------------------------------------------------+#####################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#| #INCLUDE io.hdr |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |----------------------------+###################################
#| PROCEDURE cursor_off PROTOTYPE |###################################
#+----------------------------------------+###################################
##############################################################################
##############################################################################
#########+---| Description |---------------------------------------+##########
#########| The cursor_off procedure prevents display of the screen |##########
#########| cursor and is commonly used when an alternative cursor, |##########
#########| such as a light bar, is used. |##########
#########+---------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| * Turn cursor off at beginning of program. |#########
#########| |#########
#########| #include io.hdr |#########
#########| |#########
#########| PROCEDURE force_main |#########
#########| DO cursor_off |#########
#########| DO main_menu |#########
#########| {...} |#########
#########| DO cursor_on |#########
#########| QUIT |#########
#########| ENDPRO |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| * Turn cursor off before @...PROMPT |#########
#########| |#########
#########| cursor_off() |#########
#########| @ 1,3 PROMPT "Next" |#########
#########| @ 1,10 PROMPT "Clear" |#########
#########| @ 1,18 PROMPT "Exit" |#########
#########| |#########
#########| MENU TO z |#########
#########| {...} |#########
#########+----------------------------------------------------------+#########
##############################################################################
See Also:
cursor_on
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson